home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / rassle32.zip / UPGRADE.DOC < prev   
Text File  |  1991-10-04  |  2KB  |  53 lines

  1.  
  2.  
  3.      There are some important changes that you need to note if you are
  4. upgrading from a version of "SUPER RASSLE" before v3.0.  If you don't
  5. get it right, it just won't work.
  6.  
  7.      Go ahead and unzip RASSLExx.ZIP into the game directory.  You will
  8. need to create a sub-directory above your door directory.
  9.  
  10. EX:  C:\DOOR\RASSLE\USERS
  11.  
  12.     Move all of the <user>.DAT files to the \USERS sub-dir and rename
  13. them to <user>.USR.  SR will look for them in this directory and NO
  14. WHERE else.  If you don't create \USERS then SR will create it the first
  15. time it is run.  I did this to get all of the <user>.DAT files out of
  16. the game directory.  Makes it look a bit neater. Un-ZIP all of the extra
  17. ZIP files and leave them in the SR directory.  If there are any users
  18. that you do not want to play the door, take their USR file and rename it
  19. to <user>.NO.  This will prevent them from playing the door.
  20.  
  21.      You will find 3 files with the names, COMMENT.LST, COMMENT.DAT and
  22. CMTCVT.EXE.  The .LST file contains the comments that appear at the
  23. bottom of the game screen.  You can edit these to suit your tastes and
  24. compile them into the .DAT file using the CMTCVT.EXE file.  You can have
  25. 32,767 different comments.  That ought to be enough to personalize SR
  26. for your BBS.  Please read the READ.ME file that is in COMMENT.ZIP.
  27. This gives you the info and specs on modifying COMMENT.LST.
  28.  
  29.       You can delete the .ZIP and INSTALL.BAT files at this time.  You
  30. MUST edit your CFG files and add an extra line to the bottom of them.
  31. Put the 'MINIMUM' security level that can play the door.  This MUST be
  32. a NUMBER value and cannot be a string value.  You should be able to use
  33. numbers up to 2,147,483,647 so most BBSs should be covered. <GRIN>
  34.  
  35.       The only files that need be in the \USERS sub-dir are the
  36. <user>.DAT and <user>.NO files.  You can store your CMTCVT.EXE and
  37. COMMENT.LST files in here if you like.  I just hate cluttered
  38. directories.  If you forget the instructions for CMTCVT just type the
  39. EXE name on the command line and help screen will mysteriously appear.
  40. Just incase you want to write a utility to edit the COMMENT.DAT file
  41. directly the record format is below.
  42.  
  43.  
  44.          TYPE RassleComment
  45.             Comment AS STRING * 50
  46.          END TYPE
  47.          DIM RasCom as RassleComment
  48.  
  49.      If you'd like to share it with the world, just U/L it to the BBS and
  50. I'll include it in the RASSLExx.ZIP file, with the proper KUDOs of
  51. course.
  52.  
  53.